home *** CD-ROM | disk | FTP | other *** search
Makefile | 1990-05-27 | 279 b | 19 lines |
- CFLAGS = -O
-
- OBJ = \
- aesutgr1.o aesutob1.o aesutob2.o aesutob3.o aesutob4.o aesutob5.o \
- aesutrc1.o aesutrc2.o aesutrc3.o aesutrc4.o aesutrc5.o \
- aesutrs1.o aesutrs2.o aesutrs3.o aesutfm1.o
-
- aesutall.prg: $(OBJ)
- # %e just compile everything then stop.
-
-
-
-
-
-
-
-
-
-